﻿@charset "utf-8";
/* CSS Document */
html{
	min-height:100%;
	
}
body{
	font-family:"微软雅黑";
	font-size: 14px;
	background-color: #fff;
}

@media only screen and (max-width:480px) {
	body{ font-size: 14px;}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	body{ font-size: 14px;}
}
@media only screen and (min-width:1025px) {
	body{ font-size: 14px;}
}


a{
	color:#333333;
}
body, td, th{
	color:#333333;
}
.columnName{ display:inline;}
.slaveColumnName{ display:none;}

.wrapper{
	max-width:1400px;
	width: 95%;
	position:relative;
	margin:auto;
	height: auto;
	display: block;
}
.pageHeader{
	position: fixed;
	left: 0;
	top: 0;
	width:100%;
	background-color: rgba(255,255,255,1); 
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	
}
.pageHeader .wrapper{
	overflow:visible;
	display: flex;
	justify-content: space-between;
	flex-wrap:nowrap;
	align-items:center;
	max-width: 100%;
	width: 100%;
}


.logo{
	background-image:url(../images/logo.png);
	width:400px;
	height:100px;
	position:relative;
	max-width: 85%;
}
.nav{
	position: static;
	width:900px;
	display: none;
	margin-right:auto;
	margin-top: 20px;
}
.nav ul{
}

.nav li{
	width:11%;
	text-align: center;
	height: 80px;
	position: static;
}

.nav li a:hover{
	color: #000;
	font-weight:bolder;
	background-color: transparent;
}

.nav li.current a{
	color: #000;
	font-weight:bolder;
	background-color: transparent;
}
.nav li.focusOpen a{
	font-weight:bolder;
	background-color: transparent;
}

.nav li .columnName{ display: block;line-height:76px;}
.nav li .slaveColumnName{ display: block; background-color: #00bfff;overflow: hidden; width: 0%; height: 4px; border-radius: 2px; transition: all 0.2s; margin: auto;}

.nav li.current .slaveColumnName{ width: 100%;}
.nav li.focusOpen .slaveColumnName{ width: 100%;}


.nav li ul{
	/*display:none;*/
	
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100px;
	justify-content: center;
	background-color: rgba(200,200,200,0.8);
	display: flex;
	height: 0px;
	overflow: hidden;
	transition: all 0.2s;
}
.nav li.focusOpen ul{
	height: 60px;
	display: flex;
}
.nav li li{
	background: none;
	background-color: #0094d7;
	float: none;
	clear: both;
	height: 26px;
}
.nav li li a{
	border: none !important;
}


.nav li li a:hover{
	background-color: #48afde;
}

.nav li.focusOpen ul li{
}
.nav li.focusOpen ul li{
}

.nav li ul ul{
	display: none !important;
}

.nav li li{
	background:none;
	width:160px;
	width: 200px;
	height: 60px;
	clear: none;
}
.nav li li a{
	background:none;
	height:60px;
	line-height:60px;
	padding:0;
	font-weight:normal;
	font-size:14px;
	border-bottom:solid 1px #ccccca;
	margin: auto;
}
.nav li li a:hover{
	background:none;
	color:#000;
}
.nav li li .columnName{ line-height: 60px; height: 60px;}




@media only screen and (max-width:480px) {
	.logo{
		width:350px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
	.tel{ display: block;}
	.nav{
		display: block;
	}
}


.modalNav li{width: 32%}
.modalNav li:first-child{
	border-left: solid 1px rgba(255,255,255,0.2);
}
.modalNav li li:first-child{
	border-left:none;
}

.modalNav li:nth-child(5){
	border-left: solid 1px rgba(255,255,255,0.2);
}
.modalNav li li:nth-child(5){
	border-left:none;
}




#addFavorite{
	position:absolute;
	display:block;
	right:105px;
	top:8px;
	display:none;
}
#setHome{
	position:absolute;
	display:block;
	right:170px;
	top:8px;
	display:none;
}
#languageLink{
	position:absolute;
	right:20px;
	top:30px;
	display:block;
	z-index:500;
	font-size: 14px;
}
#languageLink a{
	width:80px;
	height: 20px;
	line-height: 20px;
	display: block;
	border: solid 1px #019DDC;
	text-align: center;
	color: #019DDC;
	padding: 0;
	margin-bottom: 5px;
}

#languageLink a:hover{
	background-color: #019DDC;
	color: #fff;
}


@media only screen and (max-width:480px) {
	#languageLink{
		display: none;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	#languageLink{
		display: none;
	}
}
@media only screen and (min-width:1025px) {
}


.banner {
	width: 100%;
	background-color:#eee;
	height: 360px;
}
.banner .alpha {
	height:100%;
}
.banner .control {
}
.focusModule.control li a.title{
	background-color:#999;
}
.focusModule.control li.focusOpen a.title{
	background-color:#349fcd;
}
.focusModuleGroup{ position:relative;}





header #searchForm{
	display:block;
	right:20px;
	padding:0;
	top: 45px;
}

header #keyword{
	width:233px;
	height:28px;
	background:none;
	border:none;
	line-height:20px;
	background-color:#ccc;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
}
header #searchBtn{
	width:28px;
	height:28px;
	text-indent:-9999px;
	background:none;
	border:none;
	right:3px;
	position: absolute;
	top: 1px;
	background-image:url(../images/searchBtnBg.png);
}












.pageBody{
	width:100%;
	margin-top: 100px;
}

.pageBody .wrapper{
}








.pageFooter{
	position:relative;
	background-color: #242830;
	color:#fff;
}
.pageFooter .wrapper{
}
.pageFooter strong{
	color: #339AD8;
	font-weight: normal;
}
.pageFooter a{
	color:#999;
}
.pageFooter a:hover{
	color:#ccc !important;
}
.pageFooter .webDesign{
	display:none;
}

.pageFooter #copyRight .titleBar{ text-align: left; line-height: 2em; color: #fff; font-size: 18px;}
.pageFooter #copyRight p { line-height: 24px}

.pageFooter #contact{
	width: 720rpx !important;
	background: none;
}
.pageFooter #contact .titleBar{ text-align: left; line-height: 2em; color: #fff; font-size: 18px;}
.pageFooter #contact{}
.pageFooter #contact p{
	 line-height: 24px;
}


.pageFooter #contact .row{
	padding-bottom: 10px
}
.pageFooter #contact .row div{
	padding-bottom: 10px;
}


.pageFooter .logo{
	background-image: url("../images/footer_logo.png");
	width: 250px;
	height: 50px;
}



.pageFooter .wrapper > .row{ justify-content: space-between; width:100%;}
.pageFooter .wrapper > .row:nth-child(2){ padding-top: 20px;}


.pageFooter .miitbeian{
	font-size: 14px; 
	text-align: center;
}

.pageFooter #weixin{
	position: absolute;
	right: 80px;
	top: 25px;
	display: none;
}

@media only screen and (max-width:480px) {
	.pageFooter .wrapper{
		background: none;
	}
	.pageFooter #contact p{
		padding-left: 0px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
}





.rootColumn_2 .banner{
	background-image:url(../images/banner/2.jpg);
}
.rootColumn_3 .banner{
	background-image:url(../images/banner/3.jpg);
}
.rootColumn_4 .banner{
	background-image:url(../images/banner/4.jpg);
}
.rootColumn_5 .banner{
	background-image:url(../images/banner/5.jpg);
}
.rootColumn_6 .banner{
	background-image:url(../images/banner/6.jpg);
}
.rootColumn_7 .banner{
	background-image:url(../images/banner/7.jpg);
}
.rootColumn_8 .banner{
	background-image:url(../images/banner/8.jpg);
}

.rootColumn_17 .banner{
	background-image:url(../images/banner/17.jpg);
}



@media only screen and (max-width:480px) {
	.nav{
		display: none;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	.nav{
		display: none;
	}
}
@media only screen and (min-width:1025px) {
	.nav{
		display: block;
	}
}


.module{
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}
.row{ display: flex;}
@media only screen and (max-width:480px) {
	.row{ display: block;}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
}
